home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
util
/
arc
/
ViewDIZ.lha
/
ViewDIZ
/
C
/
Rexx?
< prev
next >
Wrap
Text File
|
1997-08-11
|
418b
|
22 lines
;© 1997 Mikael Lund - for ViewDIZ install script.
;Check if Rexxserver is active - if not try and start it.
;Wait approx. 10 secs for result if server isn't running.
failat 21
if exists sys:rexxc
path sys:rexxc add >NIL:
endif
waitforport REXX >NIL:
if not warn
setenv vd.temp "ACTIVE"
quit
endif
if exists sys:system/rexxmast
sys:system/rexxmast >NIL:
if not warn
setenv vd.temp "ACTIVE"
quit
endif
endif